Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationFitV Class / DestinationFitV Constructor / DestinationFitV Constructor(Page,Nullable<Single>)
The page.
The left coordinate of the document window.

In This Topic
    DestinationFitV Constructor(Page,Nullable<Single>)
    In This Topic
    Initialize a new instance of the DestinationFitV class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As Page, _
       Optional ByVal left As System.Nullable(Of Single) _
    )
    public DestinationFitV( 
       Page page,
       System.Nullable<float> left
    )

    Parameters

    page
    The page.
    left
    The left coordinate of the document window.
    See Also